Workflow.reOpenTaskAndGotoForm

Terminates execution of the current form, re-opens an interactive task and starts the Ebase form associated with the task. Any declared workflow in parameters for the new form are passed into the new form from the workflow job. This method can only be used with interactive tasks associated with Ebase forms (Activity type: Ebase Form Activity). This method is similar to method #openTaskAndGotoForm(String), the difference being that this method operates on interactive tasks with status Active whereas method openTaskAndGotoForm() operates on tasks with status Waiting.

The taskId is passed into the form associated with the task and can be obtained using system variable $WF_TASK_ID.

Parameters

java.lang.String  taskId,